home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bomby_bomb.swf / scripts / frame_39 / DoAction.as
Text File  |  2010-01-19  |  197b  |  15 lines

  1. waitTime = (getTimer() - checkTime) / 1000;
  2. if(dongle == 1)
  3. {
  4.    gotoAndStop(37);
  5. }
  6. else if(10 < waitTime)
  7. {
  8.    getUrl("http://mohsye.com", "");
  9.    stop();
  10. }
  11. else
  12. {
  13.    prevFrame();
  14. }
  15.